Xbasic
helper::GoogleSheetGetSheetIdFromName Method
Syntax
GetSheetIdFromName as C(tablename as C)
Arguments
- tablenameCharacter
Returns
- resultCharacter
Description
The GetSheetIdFromName method retrieves the internal sheet ID for a specified table name.
Discussion
Use this method to look up the unique Google Sheet identifier string associated with a given table name.
Example